home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / program / cgrphxdv.lha / CGraphX / C / dlib / LockBitMapTags.c < prev   
C/C++ Source or Header  |  1995-11-28  |  235b  |  8 lines

  1. #include <clib/cybergraphics_protos.h>
  2. #include <pragmas/cybergraphics_pragmas.h>
  3. extern struct Library *CyberGfxBase;
  4. APTR LockBitMapTags(struct BitMap *bm, Tag tag1, ...)
  5. {
  6.  return(LockBitMapTagList(bm, (struct TagItem *) &tag1));
  7. }
  8.